run time call

英 [rʌn taɪm kɔːl] 美 [rʌn taɪm kɔːl]

网络  运行时调用

计算机



双语例句

  1. And at run time, at the first CALL to DB2, Twin 1 will search for Twin 2 in each COLLECTION named in the PLAN until it finds its twin& with the same name and the same tattoo.
    在运行时中,第一次CALLDB2时,双胞胎一号将会在计划中已命名的所有收集中查找双胞胎二号,直到找到为止,即找到具有相同名称和相同纹身的孪生兄弟。
  2. Here the HolderBean class contains a pair of properties that can be accessed at run time by using reflection to call the get and set methods.
    在这里,HolderBean类包含一对属性,通过使用反射来调用get和set方法,可以在运行时访问这一对属性。
  3. Services that are expected to run for a long time can be problematic to call using Ajax, but there can be valid cases for using them.
    期待长期运行的服务来使用Ajax调用可能有问题,但是它们可能是有效的示例。
  4. The WLM portion of the WebSphere Application Server run time returns an indirect IOR ( interoperable object reference) to the EJB client as a result of the lookup() call.
    WebSphereApplicationServer运行时的WLM部分把一个间接IOR(可互操作的对象引用)返回到EJB客户机作为lookup()调用的结果。
  5. Then, at run time, you call on the framework's introspection-based marshaler, and it produces an XML document based on the types, names, and values of your objects'members.
    然后,在运行时,调用框架中基于内省的编排器,并根据对象成员的类型、名称和值生成XML文档。
  6. At run time if all callers higher in the call stack have not been granted the permission specified by the current instance.
    如果未给调用堆栈中处于较高位置的所有调用方授予当前实例所指定的权限,则在运行时强制。
  7. The CLR performs a wide variety of important tasks at run time, including memory management, automatic bounds checking and overflow protection, and method call security, to name a few.
    CLR在运行时执行广泛种类的重要任务,包括内存管理,自动范围检查和溢出保护,还有方法调用安全等。
  8. Why would I run to the number one broadcaster every time they call instead of going to a small radio town station?
    为什么我不选择去一家地方广播站而一定在第一广播员找我的时候去有求必应?
  9. When a virtual function is called through a reference or pointer, the compiler generates code to decide at run time which function to call.
    当虚函数通过引用或者指针调用时,编译器生成代码来决定在运行期调用哪个函数。
  10. Enforces restrictions on code at run time by comparing the granted permissions of every caller on the call stack to the permissions that callers must have.
    通过将调用堆栈上为每个调用方授予的权限与调用方必须拥有的权限相比较,加强在运行时对代码的限制。